home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 138 / 138.xpi / chrome / stumbleupon.jar / content / skin / searchDialog.css < prev    next >
Cascading Style Sheet File  |  2009-05-22  |  588b  |  21 lines

  1. #field {
  2.     -moz-binding: url('chrome://stumbleupon/content/widgets.xml#su_autocomplete');
  3.     background-color: transparent;
  4.     margin: 2px 3px;
  5. }
  6.  
  7. #fieldpopup {
  8.     -moz-binding: url('chrome://stumbleupon/content/widgets.xml#su_autocompletepopup');
  9.     background-color: -moz-field !important;
  10. }
  11.  
  12. /* Apparently, more complicated selectors aren't necessarily evaluated
  13.    when a DOM node is added to the tree. (ref: Firefox 1.5) -- JW */
  14. .su_macpopup {
  15.     font-size: 11px;
  16.     min-height: 17px;
  17. }
  18.  
  19. #field .textbox-input-box {
  20.     -moz-binding: url('chrome://global/content/bindings/textbox.xml#input-box');
  21. }